home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 1 / Cream of the Crop 1.iso / PROGRAM / DXFPAS.ARJ / README.DOC < prev   
Text File  |  1992-06-29  |  1KB  |  31 lines

  1.                                     DXFTOOLS
  2.                                  COPYRIGHT 1992
  3.                                  DENNIS W. WEBB
  4.  
  5. DXFTOOLS consists of two Turbo Pascal units designed to allow program to read
  6. and write DXF files.  DXF (Drawing Exchange Format) is used by AutoCAD and
  7. other CAD programs as an ASCII representation of the drawing file.
  8.  
  9. DXFTOOLS provides allows the programmer to read and write many 2-D entities.
  10. By registering your copy, you will receive DXFTOOLS PLUS which as additional
  11. 2_D procedures as well as 3-D.
  12.  
  13. On this disk:
  14.  
  15.     README.DOC => This file
  16.  
  17.     INVOICE.DOC => Registration form. Type PRINT INVOICE.DOC from your DOS
  18.                    prompt, with your printer on line, for a hard copy.
  19.  
  20.     MANUAL.DOC => Users Manual.  Type PRINT MANUAL.DOC from your DOS prompt,
  21.                   with your printer on line, for a hard copy.
  22.  
  23.     DXFREAD.TPU => Turbo Pascal unit to read .DXF files.
  24.  
  25.     DXFWRITE.TPU => Turbo Pascal unit to write .DXF files.
  26.  
  27.     EXAMPLE1.PAS => Source for example using DXFWRITE.
  28.  
  29.     EXAMPLE2.PAS => Source for example using DXFREAD.
  30.  
  31.